home *** CD-ROM | disk | FTP | other *** search
- Path: news.sinet.slb.com!usenet
- From: bar@canuck.englewood.geoquest.slb.com (Bernhard A. Rieckhoff)
- Newsgroups: comp.sys.amiga.applications
- Subject: Re: Question about MultiUser FS
- Date: 27 Mar 1996 16:39:36 GMT
- Organization: Schlumberger
- Message-ID: <4jbr08$320@ohnasn01.sinet.slb.com>
- References: <4jbsf1$54f@toad.stack.urc.tue.nl>
- NNTP-Posting-Host: 163.185.53.83
- X-Newsreader: knews 0.9.3
-
- In article <4jbsf1$54f@toad.stack.urc.tue.nl>,
- eka@stack.urc.tue.nl (Eka Durmin) writes:
- >Hello all!
- >
- >My Harddisk crashed yesterday :(
- >I was able to recover most files.
-
- SNIP..
-
- >I'm looking for a way to copy the files without changing the owner and the
- >protectionbits.
-
- Try tar or gnutar available on aminet. Something that would probably
- help is one of those pipe devieces so you can:
- tar cvf - "" | (cd whereever ; tar xvfBp - )
-
- ie create the tar in a pipe and read it from the same pipe at the
- destination. BTW I haven't tried this at home.
-
- -- PLEASE REPLY TO:
- brieckhoff@houston.geoquest.slb.com Bernhard Rieckhoff
- Sr. Geophysicist, Schlumberger-GeoQuest Denver, CO USA
- Voice (303) 486-3204 FAX (303) 694-4690
- *Opinions expressed here are unlikely to reflect those of my employer*
-
-